﻿body {
	background: black;
	color: #FFFF00;
}

input.text, select, textarea {
	border: 2px solid white;
}

a {
	color: #00FF00
}

#logo {
    display:none;
}

.onlyTextHc {
    width:100%;
}
.left {
    text-align: left;
}
.left td {
    text-align: left;
    padding-left:5px;
}
.left th {
    text-align:right;
    width:30%;
}